net/http.Request.matches (field)
6 uses
net/http (current package)
request.go#L336: matches []string // values for the matching wildcards in pat
request.go#L409: if s := r.matches; s != nil {
request.go#L412: r2.matches = s2
request.go#L1480: return r.matches[i]
request.go#L1489: r.matches[i] = value
server.go#L2745: h, r.Pattern, r.pat, r.matches = mux.findHandler(r)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |